home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 659
- Height = 477
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Grid: TScrollingStringGrid
- Left = 8
- Top = 8
- Width = 313
- Height = 433
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
- TabOrder = 0
- end
- object DBGrid: TScrollingDBGrid
- Left = 328
- Top = 8
- Width = 313
- Height = 433
- DataSource = DataSource1
- TabOrder = 1
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- TableName = 'customer.db'
- Left = 456
- Top = 104
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 456
- Top = 176
- end
- end
-